<xs:complexType name="AdditionalESTAInformationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="CitizenOfForeignCountryNow" type="PassportCitizenOfForeignCountryNowType" minOccurs="0" maxOccurs="1" nillable="true" />
<xs:element name="CitizenOfForeignCountryEverSince" type="PassportCitizenOfForeignCountryEverSinceType" minOccurs="0" maxOccurs="1" nillable="true" />
<xs:element name="FatherInfo" type="PassportParentInfoType" minOccurs="0" maxOccurs="1" nillable="true" />
<xs:element name="MotherInfo" type="PassportParentInfoType" minOccurs="0" maxOccurs="1" nillable="true" />
<xs:element name="StayInfo" type="PassportStayInfoType" minOccurs="0" maxOccurs="1" nillable="true" />
<xs:element name="Mail" type="xs:string" minOccurs="0" maxOccurs="1" />
</xs:sequence>
</xs:complexType> |